home *** CD-ROM | disk | FTP | other *** search
/ Super Fun Levels / Microboss - Super Fun Levels.iso / superfun / c&c / cc-scen / shuffle.txt < prev    next >
Text File  |  1995-11-25  |  1KB  |  44 lines

  1. SHUFFLE
  2. =-=-=-=
  3.  
  4. Usage:   shuffle general.mix scenario.scn
  5. Where scenario.scn is the file which contains the ASCII scenario
  6. information.
  7.  
  8. This will create a new file called general.new (it will overwrite the
  9. file if it currently exists). This takes a while to create as shuffle
  10. is very unoptimised and just reads/writes 1 byte at a time.
  11.  
  12. What this program does:
  13. =-=-=-=-=-=-=-=-=-=-=-=
  14. This program lets you create general.mix files that are a different
  15. size from the originals. It changes the header information so that it
  16. reflects the changes made to the file.
  17.  
  18. It does this by copying the file up to the position where the new
  19. scenario information is to go, inserting that then writing the
  20. rest of the file.
  21.  
  22. It doesn't allow insertion of new mission, but allows you to easily 
  23. replace current ones.
  24.  
  25. You shouldn't have to use this program unless you want to make permanent
  26. changes to the general.mix file.
  27.  
  28. How to use:
  29. =-=-=-=-=-=
  30. The offset you enter must be the beginning of the scenario information
  31. that you are replacing (usually the same offset you used for extract,
  32. but use a hex editor or view to get addresses).
  33.  
  34. It takes a few minutes to create the file, so be patient.
  35.  
  36. Use your brains when using this program (don't try using it when you have
  37. less than 4M on your HD ;))
  38.  
  39. The map stays the same, so you will have to use map-p to insert the new
  40. map (if there is one) into the file.
  41.  
  42.  
  43. Andrew
  44.